Howto

I recently upgraded my Jenkins server, running Alpine Linux 13.x, in a VM

It's a straightforward process:

jenkins:~# apk update
jenkins:~# apk upgrade
jenkins:~# reboot

After the VM came back online, the surprise was having Jenkins refusing to start.

I checked the service and it said it's s...

How do I add or delete service at boot time on an Alpine Linux? How do I enable service such as Nginx/Apache at boot time on an Alpine Linux? How do I start/stop/restart services on an Alpine Linux?

Alpine Linux comes with OpenRC init system. This tutorial shows how to use the various command on O...